From eb9d5eb0993b553c2553596d73caf830ee48f3fb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 Nov 2006 20:50:19 +0000 Subject: [PATCH] (http/https): Fix a typo in the HTTP URL. --- man/url.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/url.texi b/man/url.texi index 453ae4a206f..610bf75bdcd 100644 --- a/man/url.texi +++ b/man/url.texi @@ -250,7 +250,7 @@ supports version 1.1, specified in RFC 2616. (This supersedes 1.0, defined in RFC 1945) HTTP URLs have the following form, where most of the parts are optional: @example -http://@var{user}:@var{password}@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment} +http://@var{user}:@var{password}@@@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment} @end example @c The @code{:@var{port}} part is optional, and @var{port} defaults to @c 80. The @code{/@var{path}} part, if present, is a slash-separated -- 2.30.2